2013-10-20 - 9452.100 - Spec - Collection print on UPC labels #ABAPUPC #SDSupportUPCLabels

SPECIFICATIONS

9452.100-Spec-Collection Print on UPC

Purpose


Collection Print on UPC

Admin Info


Purpose
Collection Print on UPC
Requested By
Craig Spangler
Spec Created By
Deepak Yasam
Spec Created Date
10/20/2013
Spec QA by
Deepak Yasam
Objects
ZRSD_UPC_LABELS
Document Status
Completed

References


Prior Tickets

None

Documents

None


Functional Requirement


For the UPC label programs when there are two seasons in the material then the collection/style text is printed based on the validity periods.Based on the delivery date to and from field validity dates the desired collection/style text is printed on the UPC labels.
Delivery date from should be < or = system date and
Delivery date to should be > or = system date

Now the logic needs to be updated as the collection/style text is not getting printed and error is displayed when both the fields validity periods doesn't fall in the dates on which the labels are printed.


Solution Summary


[Discuss this section with Requester and get approval prior to beginning work]
The logic of validating the delivery date froma nd to field values with the system date should be removed.As there would be a unique collection for a material,the first season related collection should be used to print the collection/style text on the labels.
This logic would be same as when there is a single season in the material.

Test Plan

[List test scenarios/cases to be executed here]

Test Scenario
Expected Results
1
For Stock items:
Create a Production order with material having two seasons that are not with in the validity periods and execute in ZSD_UPCLBL T.code under UPC(stock items only)
The style/collection text should get printed without considering the validity periods of the seasons.
2
For Stock items:

Execute ZSD_UPCLBL tcode with below inputs.

Material,size,Qty,Sorg,Curr,MSRP
The style/collection text should get printed without considering the validity periods of the seasons.
3
For Stock items:

Create a Production order with material having two seasons that are not with in the validity periods and execute in ZSD_UPCLBL T.code under UPC(stock items only)
The style/collection text should get printed without considering the validity periods of the seasons.
4
For Customer specific labels:

Create a MTO production order with material having two seasons that are not with in the validity periods and execute in ZSD_UPCLBL T.code
The style/collection text should get printed without considering the validity periods of the seasons.
5
For Customer specific labels:

Create a SO order with material having two seasons that are not with in the validity periods and execute in ZSD_UPCLBL T.code .
The style/collection text should get printed without considering the validity periods of the seasons.
6
For Customer specific labels:

Create a SO order with material having two seasons that are not with in the validity periods and execute in ZSD_UPCLBL T.code under customer specific labels with below inputs.

SO number,material number from the SO,size,qty with print components button unflagged
The style/collection text of the desired size should get printed without considering the validity periods of the seasons.
7
For Customer specific labels:

Execute in ZSD_UPCLBL T.code under customer specific labels with below inputs.

Sorg,Customer,material,size,Qty
The style/collection text should get printed without considering the validity periods of the seasons.

Solution Details


[Provide complete technical details for configuration or programming here]

Issues


None